-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Java 23 in Jenkinsfile #3005
Conversation
@iloveeclipse WDYT? |
I'm out of PC now, the tests are failing because of Java 23? There are at least two issues known with Java 23, both affect JDT, @stephan-herrmann : WDYT? |
This PR failed at org.eclipse.jdt.core.tests.builder.BuildpathTests.testChangeZIPArchive1 which does not hint at a Java 23 issue.
Which known issues are you referring to? The JIT bug, or the other JVM bug since 18 surfacing in JavaLeakTests? Or ...? |
Generally I very much appreciate running builds / tests on Java 23. |
CI succeeded with openjdk 21.0.2+13-58
|
oh, but you configured 23, why did it not run with 23? maybe permission missing for author. lets see what master does. |
master runs now with 23+37-2369
|
master shows now 2 failing tests:
"testChangeZIPArchive1" already failed in this PR with java 21, so it is unrelated. |
I cannot reproduce this failure locally with java 23, running with PDE. I suspect that it could be a stream flush issue. Would it be possible to just re-run and see what happens? |
What it does
Updates Jenkinsfile to test against Java 23
How to test
Just let CI do the job.
Author checklist